home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / utilities / file / whereis.lzh / makefile < prev    next >
Makefile  |  1990-02-18  |  618b  |  27 lines

  1. .c.o:
  2.       cc $*.c
  3.  
  4. .c.o32:
  5.       cc +L $*.c -o $*.o32
  6.  
  7. 16= whereis.o cc:startup/_maincli.o date.o
  8.  
  9. whereis: $(16)
  10.         ln $(16) -lmyc
  11.  
  12. large:  whereis.o32 cc:startup/_maincli.o32 date.o32
  13.         ln -o whereis.32 whereis.o32 date.o32 cc:startup/_maincli.o32 -lc32
  14.  
  15. cc:startup/_maincli.o: cc:startup/_maincli.c
  16.       cc cc:startup/_maincli.c
  17.  
  18. cc:startup/_maincli.o32: cc:startup/_maincli.c
  19.       cc +L cc:startup/_maincli.c -o cc:startup/_maincli.o32
  20.  
  21. .c.odbg:
  22.       cc $*.c -n
  23.  
  24. debug: whereis.odbg cc:startup/_maincli.o date.o
  25.          ln whereis.odbg date cc:startup/_maincli -lc -G
  26.          delete whereis.odbg
  27.